IUserVariable<T>.GetValue method

Gets the value of a user-defined variable.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
T GetValue()
Function GetValue() As T

Return value

Type: T

Usable EtherCAT states

ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP

See also

IUserVariable<T> Interface

IntervalZero.KINGSTAR.Base.Class Namespace